In the following example, the Order Confirmation email template is customized with HTML and inline styles.
Custom code sample
<table width="100%" height="100%" cellpadding="20" cellspacing="0" bgcolor='#cccccc' >
<tr>
<td valign="top" align="center">
<table width="600" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td><a href="http://www.advsol.com/"><IMG SRC="http://docs.imis.com/readysetevolve_header.jpg" BORDER="0"></a>
</td>
</tr>
</table>
<table width="600" cellpadding="20" cellspacing="20" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#FFFFFF" style="font-size:12px;color:#000000;line-height:150%;font-family:arial;">
<br />
<h1 style="font-size:22px;font-weight:bold;color:#FF9A37;font-family:arial;line-height:110%;">Thank you for your order [FullName]!</h1><br>
<p>[OrderConfirmationNote]
[BillingConfirmationText]</p>
<p>[Details]</p>
</td>
</tr>
</table>
<table width="600" cellpadding="20" cellspacing="20" bgcolor="#FFFFCC">
<tr>
<td style="font-size:12px;font-color:#666666;font-family:arial;text-align:center;">
<p><a href="http://www.advsol.com">Advanced Solutions International</a> | <a href="mailto:CustomerContactCenter@advsol.com">CustomerContactCenter@advsol.com</a> | 1.800.727.8682</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
Rendered sample email
